struct _SLIST_ENTRY// Size=0x10
{
    struct _SLIST_ENTRY * Next;// Offset=0x0 Size=0x8
};